ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / IItemsSource<T> Interface / NewItemCreator Property

In This Topic
    NewItemCreator Property (IItemsSource<T>)
    In This Topic
    Gets or sets a function that creates new items for the collection.
    Syntax
    'Declaration
     
    Property NewItemCreator As String
    string NewItemCreator {get; set;}
    Remarks
    If the creator function is not supplied, try to create an uninitialized item of the appropriate type.
    See Also